home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 1 / ACE CD 1.iso / files / games / m-z / monki21.dms / monki21.adf / monkeyinstall < prev    next >
Text File  |  1992-04-23  |  3KB  |  105 lines

  1. echo "*Ec*NHard Disk Install for Monkey Island 2"
  2. echo "   ©1992 LucasArts Entertainment Corporation"
  3.  
  4. FailAt 21
  5. assign mic: "Monkey2 Disk 1:c"
  6.  
  7. echo "*NWe are now going to install all the files to run Monkey Island 2"
  8. mic:ask "on your hard disk.  Is this what you want to do? (Type 'Y' for yes)"
  9. If NOT WARN
  10.   echo "*N Exiting..."
  11.   Skip Exit
  12. EndIf
  13.  
  14. echo "*N If you are playing off a 1 Meg harddrive, reboot when this"
  15. echo "install is over so you will have more heap space."
  16. echo "*N First we need to know where to install the program.  Be sure there is"
  17. echo "9 megs free on the drive you choose.  Please type the name of the disk"
  18. mic:echo "and/or the directory you wish to install to: " NOLINE
  19.  
  20. assign > NIL: MItmp: ?
  21. assign > NIL: MItmp: exists
  22. If WARN
  23.   Skip usage
  24. EndIf
  25.  
  26. cd MItmp:
  27. mic:echo "*NYou selected the directory: " NOLINE
  28. cd
  29. echo "*NWe can create a drawer for Monkey Island 2 files, or place them"
  30. echo "directly in the above directory.  Would you like to place all"
  31. mic:ask "the files directly in the selected directory? (y/N) "
  32. If NOT WARN
  33.   echo "*NCreating a new directory named Monkey-Island2"
  34.   Makedir > nil: Monkey-Island2
  35.   If WARN
  36.     echo "*NMonkey-Island2 already exists there. Do you want to delete "
  37.     mic:ask "files and continue with this installation? (y/N)"
  38.     If WARN
  39.       echo "   deleting old files..."
  40.       delete > NIL: MItmp:Monkey-Island2/#? all
  41.     Else
  42.       mic:ask "    (return to exit)"
  43.       Skip exit
  44.     EndIf
  45.   EndIf
  46.   copy mic:Monkey-Island2.info ""
  47.   cd MItmp:Monkey-Island2
  48. endIf
  49.  
  50. echo "Copying files from disk 1"
  51.  
  52. copy "Monkey2 Disk 1:(Monkey2|Monkey2.info|Monkey2.000|Monkey2.001|Amiga1.ims)" ""
  53.  
  54. echo "Copying files from disk 2"
  55.  
  56. copy "Monkey2 Disk 2:(Amiga2.ims|Monkey2.002)" ""
  57.  
  58. echo "Copying files from disk 3"
  59.  
  60. copy "Monkey2 Disk 3:(Amiga3.ims|Monkey2.003)" ""
  61.  
  62. echo "Copying files from disk 4"
  63.  
  64. copy "Monkey2 Disk 4:(Amiga4.ims|Monkey2.004)" ""
  65.  
  66. echo "Copying files from disk 5"
  67.  
  68. copy "Monkey2 Disk 5:(Amiga5.ims|Monkey2.005)" ""
  69.  
  70. echo "Copying files from disk 6"
  71.  
  72. copy "Monkey2 Disk 6:(Amiga6.ims|Monkey2.006)" ""
  73.  
  74. echo "Copying files from disk 7"
  75.  
  76. copy "Monkey2 Disk 7:(Amiga7.ims|Monkey2.007)" ""
  77.  
  78. echo "Copying files from disk 8"
  79.  
  80. copy "Monkey2 Disk 8:(Amiga8.ims|Monkey2.008)" ""
  81.  
  82. echo "Copying files from disk 9"
  83.  
  84. copy "Monkey2 Disk 9:(Amiga9.ims|Monkey2.009)" ""
  85.  
  86. echo "Copying files from disk 10"
  87.  
  88. copy "Monkey2 Disk 10:(Amiga10.ims|Monkey2.010)" ""
  89.  
  90. echo "Copying files from disk 11"
  91.  
  92. copy "Monkey2 Disk 11:(Amiga11.ims|Monkey2.011)" ""
  93.  
  94. mic:ask "*NInstallation complete. (return to exit)"
  95. SKIP exit
  96.  
  97. LAB usage
  98. echo "*NSorry that drive is not a valid drive, please check the name"
  99. mic:ask " and run the install again...    (return to exit)"
  100.  
  101. LAB exit
  102. assign mic:
  103. assign MItmp:
  104. EndCLI > NIL:
  105.